From 5e565c04d0d11bf7221faef2353adca45f3de2b0 Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Tue, 23 Nov 2010 19:31:29 +0000 Subject: [PATCH] tools/xl: VMs that are started paused shouldn't reboot paused too. Otherwise a VM that's been migrated won't ever reboot cleanly again. Signed-off-by: Tim Deegan Acked-by: Ian Jackson Signed-off-by: Ian Jackson --- tools/libxl/xl_cmdimpl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 245f11f54c..199217046f 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -1822,6 +1822,9 @@ start: */ dom_info->console_autoconnect = 0; + /* Some settings only make sense on first boot. */ + paused = 0; + /* * XXX FIXME: If this sleep is not there then domain * re-creation fails sometimes. -- 2.30.2